public bool Remove( T item )
'Declaration Public Function Remove( _ ByVal item As T _ ) As Boolean
'Usage Dim instance As ListWithEvents(Of T) Dim item As T Dim value As Boolean value = instance.Remove(item)
public: bool Remove( T* item )
Target Platforms
ListWithEvents<T> Class ListWithEvents<T> Members